home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 5
/
Apprentice-Release5.iso
/
Source Code
/
C
/
Applications
/
GW AdaEd 1.4.2
/
GWAdaDemos
/
Spider
/
DRAW18.ADA
< prev
next >
Wrap
Text File
|
1994-01-11
|
223b
|
24 lines
WITH Spider; USE Spider;
WITH Left;
PROCEDURE Drawing18 IS
BEGIN -- Begin the drawing
Reset;
Turn;
Turn;
Step;
Step;
Turn;
Red;
Step;
Step;
Step;
Left;
Step;
Blue;
Step;
Step;
Step;
Quit;
END Drawing18;